RowProperties Class

Represents formatting properties for table rows.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class RowProperties
Inheritance
Object    RowProperties

Constructors

RowProperties Initializes a new instance of the RowProperties class.

Properties

BackgroundColor Specifies the background color for the row.
BackgroundImage Specifies an image as a background.
BreakAfter Specifies break after.
BreakBefore Specifies break before.
Height Specifies the fixed row height.
KeepTogether 
MinHeight Specifies the fixed minimum height for a row.
UseOptimalHeight Specifies that a row height should be recalculated automatically if content in the row changes.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current RowProperties object to its equivalent string representation.
(Overrides ObjectToString)

See Also